Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix max limit for load mean #3576

Merged
merged 1 commit into from
Dec 27, 2021

Conversation

robertalexa
Copy link
Contributor

This is a further change to your initial min/max estimation
#3461

It turns out I was wrong about the max limit for load mean, where I have previously thought the limit is up to 100.

After some talking with users we have increased the limit. #3239 (comment)

Thanks @Koenkk
Hope you had a lovely Christmas and wishing you a Happy New Year!

@kennylevinsen
Copy link
Contributor

What's the upper limit in the Danfoss Ally spec? Maybe just use that?

@Char-r
Copy link
Contributor

Char-r commented Dec 26, 2021

What's the upper limit in the Danfoss Ally spec? Maybe just use that?

Nothing in the specs, just says it is calculated by the gateway

@kennylevinsen
Copy link
Contributor

The Danfoss spec defines the attribute as having a max value of 0x7FFF (range max column). It's probably better to use that instead of guessing soft limits.

@robertalexa
Copy link
Contributor Author

0x7FFF = 32767 decimal. That makes the HA slider unusable.

That limit is basically a fictitious one by the manufacturer, but that high value will never be used.

Hence 2000, since the highest i found in my testing and the data you 2 provided was in the region of 1.5k - 1.6k

@Koenkk Koenkk merged commit 1a7a5dd into Koenkk:master Dec 27, 2021
@Koenkk
Copy link
Owner

Koenkk commented Dec 27, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants